Platform Explorer / Nuxeo Platform 5.8

Contribution studio.extensions.nuxeo-jenkins-report--event-handlers

This contribution is part of XML component studio.extensions.nuxeo-jenkins-report inside nuxeo-jenkins-report-3.2.0.jar

Extension Point

Extension point event-handlers of component OperationServiceComponent.

Contributed Items

  • <handler chainId="JenkinsReportCreation">
          <event>emptyDocumentModelCreated</event>
          <filters>
            <doctype>JenkinsReport</doctype>
          </filters>
        </handler>
  • <handler chainId="JenkinsReportModified">
          <event>aboutToCreate</event>
          <event>beforeDocumentModification</event>
          <filters>
            <doctype>JenkinsReport</doctype>
          </filters>
        </handler>
  • <handler chainId="JenkinsReportsContainerCreation">
          <event>emptyDocumentModelCreated</event>
          <filters>
            <doctype>JenkinsReportsContainer</doctype>
          </filters>
        </handler>

XML Source

<extension point="event-handlers" target="org.nuxeo.ecm.core.operation.OperationServiceComponent">
    <handler chainId="JenkinsReportCreation">
      <event>emptyDocumentModelCreated</event>
      <filters>
        <doctype>JenkinsReport</doctype>
      </filters>
    </handler>
    <handler chainId="JenkinsReportModified">
      <event>aboutToCreate</event>
      <event>beforeDocumentModification</event>
      <filters>
        <doctype>JenkinsReport</doctype>
      </filters>
    </handler>
    <handler chainId="JenkinsReportsContainerCreation">
      <event>emptyDocumentModelCreated</event>
      <filters>
        <doctype>JenkinsReportsContainer</doctype>
      </filters>
    </handler>
  </extension>